home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_213 / icons / execute.me < prev    next >
Text File  |  1992-05-06  |  594b  |  21 lines

  1. echo "This script will build a bootable demo disk in df0."
  2. echo "When done, reboot with this demo disk."
  3. echo ""
  4. echo "You should be running this from some disk OTHER than df0."
  5. echo "If you are NOT, press Ctrl-C then RETURN, and try again from another drive."
  6. echo ""
  7. assign Icons:
  8. assign ThereIWas:
  9. assign ThereIWas: ""
  10. sys:system/format drive df0: name Icons
  11. delete Icons:#?
  12. install drive df0:
  13. cd Icons:
  14. ThereIWas:zoo x// ThereIWas:icons.zoo
  15. assign ThereIWas:
  16. makedir Icons:libs
  17. copy libs:icon.library Icons:libs/icon.library
  18. copy c:LoadWB Icons:c/LoadWB
  19. copy c:EndCLI Icons:c/EndCLI
  20. endcli
  21.